public
nobgit
read
community.wiki
For NobGit Community
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/community.wiki.git
ssh://[email protected]:2222/orgs/nobgit/community.wiki.git
Trace
Integrations and Automation/Slack.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
# How to connect Slack
3
1. Click your account menu in the top right.
4
2. Click **Settings**.
5
3. Open **Integrations**.
6
4. Open **Linked accounts**.
7
5. Under **Slack workspaces**, select **Connect Slack workspace**.
8
6. Complete Slack authorization.
9
7. Open the repository that should send Slack notifications.
10
8. Visit **Settings**.
11
9. Expand **Slack** under **Integrations**.
12
10. Check **Enable Slack push notifications**.
13
11. Choose the workspace and channel in **Slack channel**.
14
12. Select **Save Slack integration**.
16
NobGit sends push summaries from the Git post-receive hook, including branch actions, short SHAs, and commit subjects.
18
- [Previous: NobGit MCP](How to use the NobGit MCP.md)
20
- [Next: webhooks](How to connect webhooks.md)